\(\int \frac {a+b \text {arccosh}(c x)}{(d-c^2 d x^2)^{3/2}} \, dx\) [119]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [F]
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 24, antiderivative size = 84 \[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\frac {x (a+b \text {arccosh}(c x))}{d \sqrt {d-c^2 d x^2}}-\frac {b \sqrt {-1+c x} \sqrt {1+c x} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}} \]

[Out]

x*(a+b*arccosh(c*x))/d/(-c^2*d*x^2+d)^(1/2)-1/2*b*ln(-c^2*x^2+1)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/c/d/(-c^2*d*x^2+d
)^(1/2)

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 84, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {5899, 266} \[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\frac {x (a+b \text {arccosh}(c x))}{d \sqrt {d-c^2 d x^2}}-\frac {b \sqrt {c x-1} \sqrt {c x+1} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}} \]

[In]

Int[(a + b*ArcCosh[c*x])/(d - c^2*d*x^2)^(3/2),x]

[Out]

(x*(a + b*ArcCosh[c*x]))/(d*Sqrt[d - c^2*d*x^2]) - (b*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*Log[1 - c^2*x^2])/(2*c*d*Sq
rt[d - c^2*d*x^2])

Rule 266

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 5899

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)/((d_) + (e_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[x*((a + b*ArcCosh
[c*x])^n/(d*Sqrt[d + e*x^2])), x] + Dist[b*c*(n/d)*Simp[Sqrt[1 + c*x]*(Sqrt[-1 + c*x]/Sqrt[d + e*x^2])], Int[x
*((a + b*ArcCosh[c*x])^(n - 1)/(1 - c^2*x^2)), x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[c^2*d + e, 0] && GtQ
[n, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {x (a+b \text {arccosh}(c x))}{d \sqrt {d-c^2 d x^2}}+\frac {\left (b c \sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {x}{1-c^2 x^2} \, dx}{d \sqrt {d-c^2 d x^2}} \\ & = \frac {x (a+b \text {arccosh}(c x))}{d \sqrt {d-c^2 d x^2}}-\frac {b \sqrt {-1+c x} \sqrt {1+c x} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.03 (sec) , antiderivative size = 72, normalized size of antiderivative = 0.86 \[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\frac {2 a c x+2 b c x \text {arccosh}(c x)-b \sqrt {-1+c x} \sqrt {1+c x} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}} \]

[In]

Integrate[(a + b*ArcCosh[c*x])/(d - c^2*d*x^2)^(3/2),x]

[Out]

(2*a*c*x + 2*b*c*x*ArcCosh[c*x] - b*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*Log[1 - c^2*x^2])/(2*c*d*Sqrt[d - c^2*d*x^2])

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(179\) vs. \(2(74)=148\).

Time = 0.93 (sec) , antiderivative size = 180, normalized size of antiderivative = 2.14

method result size
default \(\frac {a x}{d \sqrt {-c^{2} d \,x^{2}+d}}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )}{d^{2} c \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \operatorname {arccosh}\left (c x \right ) x}{d^{2} \left (c^{2} x^{2}-1\right )}+\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \ln \left (\left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )^{2}-1\right )}{d^{2} c \left (c^{2} x^{2}-1\right )}\) \(180\)
parts \(\frac {a x}{d \sqrt {-c^{2} d \,x^{2}+d}}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )}{d^{2} c \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \operatorname {arccosh}\left (c x \right ) x}{d^{2} \left (c^{2} x^{2}-1\right )}+\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \ln \left (\left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )^{2}-1\right )}{d^{2} c \left (c^{2} x^{2}-1\right )}\) \(180\)

[In]

int((a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(3/2),x,method=_RETURNVERBOSE)

[Out]

a/d*x/(-c^2*d*x^2+d)^(1/2)-b*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c/(c^2*x^2-1)*arccosh(c*x)
-b*(-d*(c^2*x^2-1))^(1/2)*arccosh(c*x)/d^2/(c^2*x^2-1)*x+b*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/
d^2/c/(c^2*x^2-1)*ln((c*x+(c*x-1)^(1/2)*(c*x+1)^(1/2))^2-1)

Fricas [F]

\[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int { \frac {b \operatorname {arcosh}\left (c x\right ) + a}{{\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}} \,d x } \]

[In]

integrate((a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(-c^2*d*x^2 + d)*(b*arccosh(c*x) + a)/(c^4*d^2*x^4 - 2*c^2*d^2*x^2 + d^2), x)

Sympy [F]

\[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int \frac {a + b \operatorname {acosh}{\left (c x \right )}}{\left (- d \left (c x - 1\right ) \left (c x + 1\right )\right )^{\frac {3}{2}}}\, dx \]

[In]

integrate((a+b*acosh(c*x))/(-c**2*d*x**2+d)**(3/2),x)

[Out]

Integral((a + b*acosh(c*x))/(-d*(c*x - 1)*(c*x + 1))**(3/2), x)

Maxima [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 70, normalized size of antiderivative = 0.83 \[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=-\frac {b c \sqrt {-\frac {1}{c^{4} d}} \log \left (x^{2} - \frac {1}{c^{2}}\right )}{2 \, d} + \frac {b x \operatorname {arcosh}\left (c x\right )}{\sqrt {-c^{2} d x^{2} + d} d} + \frac {a x}{\sqrt {-c^{2} d x^{2} + d} d} \]

[In]

integrate((a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="maxima")

[Out]

-1/2*b*c*sqrt(-1/(c^4*d))*log(x^2 - 1/c^2)/d + b*x*arccosh(c*x)/(sqrt(-c^2*d*x^2 + d)*d) + a*x/(sqrt(-c^2*d*x^
2 + d)*d)

Giac [F]

\[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int { \frac {b \operatorname {arcosh}\left (c x\right ) + a}{{\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}} \,d x } \]

[In]

integrate((a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="giac")

[Out]

integrate((b*arccosh(c*x) + a)/(-c^2*d*x^2 + d)^(3/2), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {a+b \text {arccosh}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int \frac {a+b\,\mathrm {acosh}\left (c\,x\right )}{{\left (d-c^2\,d\,x^2\right )}^{3/2}} \,d x \]

[In]

int((a + b*acosh(c*x))/(d - c^2*d*x^2)^(3/2),x)

[Out]

int((a + b*acosh(c*x))/(d - c^2*d*x^2)^(3/2), x)